Contribution sample.shibboleth.config--config
In component sample.shibboleth.config
sample.shibboleth.config
inside nuxeo-runtime-9.10.jar /Users/arnaud/Nuxeo/distrib/nuxeo-server-tomcat-9.10/nxserver/config/shibboleth-login-config.xml
This contribution is part of XML component Extension Point
Extension point config of component ShibbolethAuthenticationService.Contributed Items
XML Source
<extension point="config" target="org.nuxeo.ecm.platform.shibboleth.service.ShibbolethAuthenticationService">
<config>
<uidHeaders>
<default>uid</default>
</uidHeaders>
<loginURL>https://host/Shibboleth.sso/WAYF</loginURL>
<logoutURL>https://host/Shibboleth.sso/logout</logoutURL>
<!-- Add others fieldMappings if needed -->
<fieldMapping header="uid">username</fieldMapping>
<fieldMapping header="mail">email</fieldMapping>
</config>
</extension>